internal/reflectlite.rtype.nameOff (method)
8 uses
internal/reflectlite (current package)
type.go#L233: func (t rtype) nameOff(off nameOff) abi.Name {
type.go#L246: s := t.nameOff(t.Str).Name()
type.go#L279: return t.nameOff(ut.PkgPath).Name()
type.go#L442: tmName := rT.nameOff(tm.Name)
type.go#L444: vmName := rV.nameOff(vm.Name)
type.go#L475: tmName := rT.nameOff(tm.Name)
type.go#L477: vmName := rV.nameOff(vm.Name)
type.go#L486: vmPkgPath = rV.nameOff(v.PkgPath).Name()
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |